body
{
    background-color: rgb(175, 178, 220);
}
/* navbar styling */
.navbar
{
    background-color: goldenrod; 
    width: 100%;
   
    
}
.d-flex
{
    padding-right:-5px ;
    padding-bottom:1%;
}
.navbar-brand img
{
    border-radius: 8px;
}
/*footer part */
/* Footer Styles */
footer {
    background-color: #333;
    color: #fff;
    padding: 40px 0;
    font-family: Arial, sans-serif;
  }
  
  .footer-container {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .footer-logo img {
    width: 40px;
    height: 40px;
  }
  
  .footer-links ul {
    list-style: none;
    padding: 0;
  }
  
  .footer-links li {
    margin-bottom: 10px;
  }
  
  .footer-links a, .footer-social a {
    color: #fff;
    text-decoration: none;
  }
  
  .footer-links a:hover, .footer-social a:hover {
    text-decoration: underline;
  }
  
  .footer-social a {
    display: block;
    margin-bottom: 10px;
  }
  
  .footer-contact p {
    margin: 0;
  }
  
  .footer-bottom {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    border-top: 1px solid #444;
    padding-top: 20px;
  }
  
  .footer-bottom a {
    color: #fff;
    text-decoration: none;
  }
  
  .footer-bottom a:hover {
    text-decoration: underline;
  }
  
  @media (max-width: 768px) {
    .footer-container {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
  
    .footer-links ul {
      padding-top: 20px;
    }
  }
  

  /* background image*/

  body, html {
    margin: 0;
    padding: 0;
    height: 500px;
    font-family: Arial, sans-serif;
}

/* Text overlay with background */
.text-overlay {
    background:#1763c5; /* Semi-transparent background */
    color: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    width: 70%;
    margin-left:15%;
    margin-right: 15%;
    
    
    
}

h1 {
    font-size: 3em;
    margin: 0;
}

p {
    font-size: 1.2em;
    margin-top: 10px;
}

/*footer support */
.support .col-4
{
  border-radius: 8px;
  background-color: #1763c5;
  margin-top: 2%;
  margin-bottom: 2%;
}
.support h1
{
  margin-top: 2%;
}

/**/
.welcome p
{
  font-size: 300%;
  text-align: center;
  color: indigo;
}
/*form validation code */
.formerror
{
    color: red;
}
.but
{
    border-radius: 9px;
    width: 100px;
    height: 50px;
    font-size: 25px;
    margin: 22px 20px;
    
}